home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet internetowy / Czytniki NEWS / 40Tude Dialog 2.0.15.1 beta 38 / 4d2b38.exe / {app} / dialog.exe / 0 / RCDATA / TFRMCOLUMNSETUP / TFRMCOLUMNSETUP.txt
Encoding:
Text File  |  2005-02-07  |  9.1 KB  |  389 lines

  1. object frmColumnSetup: TfrmColumnSetup
  2.   Left = 26
  3.   Top = 158
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Columns editor'
  7.   ClientHeight = 313
  8.   ClientWidth = 440
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Button1: TMMTNTBItBtn
  23.     Left = 280
  24.     Top = 288
  25.     Width = 75
  26.     Height = 25
  27.     Caption = '&Ok'
  28.     Default = True
  29.     Font.Charset = DEFAULT_CHARSET
  30.     Font.Color = clBtnText
  31.     Font.Height = -11
  32.     Font.Name = 'MS Sans Serif'
  33.     Font.Style = []
  34.     ModalResult = 1
  35.     ParentFont = False
  36.     TabOrder = 2
  37.   end
  38.   object Button2: TMMTNTBItBtn
  39.     Left = 360
  40.     Top = 288
  41.     Width = 75
  42.     Height = 25
  43.     Cancel = True
  44.     Caption = 'Cancel'
  45.     Font.Charset = DEFAULT_CHARSET
  46.     Font.Color = clBtnText
  47.     Font.Height = -11
  48.     Font.Name = 'MS Sans Serif'
  49.     Font.Style = []
  50.     ModalResult = 2
  51.     ParentFont = False
  52.     TabOrder = 3
  53.   end
  54.   object PageControl1: TTntPageControl
  55.     Left = 0
  56.     Top = 0
  57.     Width = 440
  58.     Height = 281
  59.     ActivePage = TabSheet1
  60.     Align = alTop
  61.     TabOrder = 0
  62.     object TabSheet1: TTntTabSheet
  63.       Caption = 'Setup'
  64.       object Label1: TTntLabel
  65.         Left = 4
  66.         Top = 4
  67.         Width = 107
  68.         Height = 13
  69.         Caption = '&Available columns:'
  70.         FocusControl = ColumnList
  71.         Font.Charset = DEFAULT_CHARSET
  72.         Font.Color = clWindowText
  73.         Font.Height = -11
  74.         Font.Name = 'MS Sans Serif'
  75.         Font.Style = [fsBold]
  76.         ParentFont = False
  77.       end
  78.       object Label2: TTntLabel
  79.         Left = 164
  80.         Top = 4
  81.         Width = 99
  82.         Height = 13
  83.         Caption = 'Selected column:'
  84.         Font.Charset = DEFAULT_CHARSET
  85.         Font.Color = clWindowText
  86.         Font.Height = -11
  87.         Font.Name = 'MS Sans Serif'
  88.         Font.Style = [fsBold]
  89.         ParentFont = False
  90.       end
  91.       object Label3: TTntLabel
  92.         Left = 164
  93.         Top = 32
  94.         Width = 39
  95.         Height = 13
  96.         Caption = '&Caption:'
  97.         FocusControl = CaptionEdit
  98.       end
  99.       object Label4: TTntLabel
  100.         Tag = 2
  101.         Left = 164
  102.         Top = 88
  103.         Width = 49
  104.         Height = 13
  105.         Caption = '&Alignment:'
  106.         FocusControl = AlignmentCB
  107.       end
  108.       object Label5: TTntLabel
  109.         Left = 164
  110.         Top = 60
  111.         Width = 40
  112.         Height = 13
  113.         Caption = 'Co&ntent:'
  114.         FocusControl = ContentEdit
  115.       end
  116.       object Label6: TTntLabel
  117.         Tag = 2
  118.         Left = 164
  119.         Top = 200
  120.         Width = 36
  121.         Height = 13
  122.         Caption = '&Sort by:'
  123.       end
  124.       object Label7: TTntLabel
  125.         Left = 164
  126.         Top = 116
  127.         Width = 40
  128.         Height = 13
  129.         Caption = 'Co&lorize:'
  130.       end
  131.       object Label8: TTntLabel
  132.         Left = 164
  133.         Top = 144
  134.         Width = 24
  135.         Height = 13
  136.         Caption = '&Bold:'
  137.       end
  138.       object Bevel1: TBevel
  139.         Left = 148
  140.         Top = 4
  141.         Width = 2
  142.         Height = 245
  143.         Shape = bsFrame
  144.       end
  145.       object Label9: TTntLabel
  146.         Left = 164
  147.         Top = 172
  148.         Width = 48
  149.         Height = 13
  150.         Caption = '&Underline:'
  151.         FocusControl = UnderlineCB
  152.       end
  153.       object ColumnList: TTntListBox
  154.         Left = 4
  155.         Top = 24
  156.         Width = 137
  157.         Height = 169
  158.         ExtendedSelect = False
  159.         ItemHeight = 13
  160.         TabOrder = 0
  161.         OnClick = ColumnListClick
  162.       end
  163.       object CaptionEdit: TTntEdit
  164.         Left = 252
  165.         Top = 28
  166.         Width = 180
  167.         Height = 21
  168.         TabOrder = 5
  169.         OnChange = CaptionEditChange
  170.       end
  171.       object AlignmentCB: TTntComboBox
  172.         Tag = 2
  173.         Left = 252
  174.         Top = 84
  175.         Width = 180
  176.         Height = 21
  177.         Style = csDropDownList
  178.         ItemHeight = 13
  179.         TabOrder = 7
  180.         OnChange = CaptionEditChange
  181.         Items.WideStrings = (
  182.           'Left'
  183.           'Right'
  184.           'Center')
  185.       end
  186.       object ContentEdit: TTntEdit
  187.         Left = 252
  188.         Top = 56
  189.         Width = 180
  190.         Height = 21
  191.         TabOrder = 6
  192.         OnChange = CaptionEditChange
  193.       end
  194.       object SortByCB: TTntComboBox
  195.         Tag = 2
  196.         Left = 252
  197.         Top = 196
  198.         Width = 180
  199.         Height = 21
  200.         Style = csDropDownList
  201.         ItemHeight = 13
  202.         TabOrder = 11
  203.         OnChange = CaptionEditChange
  204.         Items.WideStrings = (
  205.           'None'
  206.           'Thread, Date'
  207.           'Thread, Max. Score, Date'
  208.           'Thread, Av.Score, Date'
  209.           'Date'
  210.           'From, Date'
  211.           'Subject, Date'
  212.           'MsgID, Date'
  213.           'Lines, Date'
  214.           'Score, Date'
  215.           'Bytes, Date'
  216.           'Thread, Max. Score, Rev. Date'
  217.           'Thread, Av.Score, Rev. Date')
  218.       end
  219.       object ColorCB: TTntComboBox
  220.         Left = 252
  221.         Top = 112
  222.         Width = 180
  223.         Height = 21
  224.         Style = csDropDownList
  225.         ItemHeight = 13
  226.         TabOrder = 8
  227.         OnChange = CaptionEditChange
  228.         Items.WideStrings = (
  229.           'Always'
  230.           'If unread'
  231.           'If body available'
  232.           'If unread body available'
  233.           'If has new childs'
  234.           'If has new childs and is first in thread'
  235.           'If is first in thread')
  236.       end
  237.       object StyleCB: TTntComboBox
  238.         Left = 252
  239.         Top = 140
  240.         Width = 180
  241.         Height = 21
  242.         Style = csDropDownList
  243.         ItemHeight = 13
  244.         TabOrder = 9
  245.         OnChange = CaptionEditChange
  246.         Items.WideStrings = (
  247.           'Always'
  248.           'If unread'
  249.           'If body available'
  250.           'If unread body available'
  251.           'If has new childs'
  252.           'If has new childs and is first in thread'
  253.           'If is first in thread')
  254.       end
  255.       object ServerNewBtn: TMMTNTBItBtn
  256.         Left = 8
  257.         Top = 196
  258.         Width = 70
  259.         Height = 25
  260.         Caption = '&New'
  261.         Font.Charset = DEFAULT_CHARSET
  262.         Font.Color = clBtnText
  263.         Font.Height = -11
  264.         Font.Name = 'MS Sans Serif'
  265.         Font.Style = []
  266.         ParentFont = False
  267.         TabOrder = 1
  268.         OnClick = ServerNewBtnClick
  269.       end
  270.       object ServerDeleteBtn: TMMTNTBItBtn
  271.         Left = 8
  272.         Top = 224
  273.         Width = 70
  274.         Height = 25
  275.         Caption = '&Delete'
  276.         Font.Charset = DEFAULT_CHARSET
  277.         Font.Color = clBtnText
  278.         Font.Height = -11
  279.         Font.Name = 'MS Sans Serif'
  280.         Font.Style = []
  281.         ParentFont = False
  282.         TabOrder = 2
  283.         OnClick = ServerDeleteBtnClick
  284.       end
  285.       object UpBtn: TMMTNTBItBtn
  286.         Tag = -1
  287.         Left = 88
  288.         Top = 196
  289.         Width = 51
  290.         Height = 25
  291.         Caption = '&Up'
  292.         Enabled = False
  293.         Font.Charset = DEFAULT_CHARSET
  294.         Font.Color = clBtnText
  295.         Font.Height = -11
  296.         Font.Name = 'MS Sans Serif'
  297.         Font.Style = []
  298.         ParentFont = False
  299.         TabOrder = 3
  300.         OnClick = UpBtnClick
  301.       end
  302.       object DownBtn: TMMTNTBItBtn
  303.         Tag = 1
  304.         Left = 88
  305.         Top = 224
  306.         Width = 51
  307.         Height = 25
  308.         Caption = 'Do&wn'
  309.         Enabled = False
  310.         Font.Charset = DEFAULT_CHARSET
  311.         Font.Color = clBtnText
  312.         Font.Height = -11
  313.         Font.Name = 'MS Sans Serif'
  314.         Font.Style = []
  315.         ParentFont = False
  316.         TabOrder = 4
  317.         OnClick = UpBtnClick
  318.       end
  319.       object UnderlineCB: TTntComboBox
  320.         Left = 252
  321.         Top = 168
  322.         Width = 180
  323.         Height = 21
  324.         Style = csDropDownList
  325.         ItemHeight = 13
  326.         TabOrder = 10
  327.         OnChange = CaptionEditChange
  328.         Items.WideStrings = (
  329.           'Always'
  330.           'If unread'
  331.           'If body available'
  332.           'If unread body available'
  333.           'If has new childs'
  334.           'If has new childs and is first in thread'
  335.           'If is first in thread')
  336.       end
  337.       object RemainingWidthCB: TtntAutoSizeCheckBox
  338.         Tag = 1
  339.         Left = 164
  340.         Top = 228
  341.         Width = 194
  342.         Height = 17
  343.         Caption = 'This column gets the &remaining width'
  344.         TabOrder = 12
  345.         OnClick = RemainingWidthCBClick
  346.       end
  347.     end
  348.     object TabSheet2: TTntTabSheet
  349.       Caption = 'Help'
  350.       ImageIndex = 1
  351.       object Label10: TTntLabel
  352.         Left = 0
  353.         Top = 0
  354.         Width = 85
  355.         Height = 13
  356.         Align = alTop
  357.         Caption = 'Content variables:'
  358.       end
  359.       object Memo1: TTntMemo
  360.         Left = 0
  361.         Top = 13
  362.         Width = 432
  363.         Height = 240
  364.         TabStop = False
  365.         Align = alClient
  366.         ReadOnly = True
  367.         ScrollBars = ssVertical
  368.         TabOrder = 0
  369.       end
  370.     end
  371.   end
  372.   object DefLayoutBtn: TMMTNTBItBtn
  373.     Left = 4
  374.     Top = 288
  375.     Width = 201
  376.     Height = 25
  377.     Caption = 'Revert to default &layout'
  378.     Font.Charset = DEFAULT_CHARSET
  379.     Font.Color = clBtnText
  380.     Font.Height = -11
  381.     Font.Name = 'MS Sans Serif'
  382.     Font.Style = []
  383.     ModalResult = 1
  384.     ParentFont = False
  385.     TabOrder = 1
  386.     OnClick = DefLayoutBtnClick
  387.   end
  388. end
  389.